home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / AmiVoGL_MDEV.lha / fbuild.bat < prev    next >
DOS Batch File  |  1991-06-02  |  484b  |  25 lines

  1. cd src\msfort
  2. make F=%1 makefile.msc
  3. if errorlevel > 0 goto end
  4. cd ..
  5. make F=%1 makefile.msc
  6. if errorlevel > 0 goto end
  7. make F=%1 fmakefil.msc
  8. if errorlevel > 0 goto end
  9. if "%2" == "nofonts" goto nof
  10. cd ..\hershey\src
  11. make makefile.msc
  12. if errorlevel > 0 goto end
  13. make fmakefil.msc
  14. if errorlevel > 0 goto end
  15. md c:\lib\hershey
  16. command /c mkfnts c:\lib\hershey
  17. cd ..\..\examples
  18. make F=%1 fmakefil.msc
  19. goto end
  20. :nof
  21. cd ..\examples
  22. make F=%1 fmakefil.msc
  23. if errorlevel > 0 goto end
  24. :end
  25.